<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.left-tit {
	padding: 20px 0;
	width: 100%;
	text-align: center;
	background: #2273F8;
	border-radius: 5px 5px 0 0;
}

.left-tit .p1 {
	position: relative;
	font-size: 28px;
	color: #EFEFEF;
	font-weight: bold;
}

.left-tit .p1:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	width: 25px;
	height: 1px;
	background: #EFEFEF;
	opacity: .5;
}

.left-tit .p1:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 25px;
	height: 1px;
	background: #EFEFEF;
	opacity: .5;
}

.left-tit .p2 {
	font-family: arial;
	font-size: 24px;
	color: #EFEFEF;
	text-transform: uppercase;
	opacity: .5;
}

.left-menu {
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
	border: 1px solid #B8B8B8;
	border-radius: 0 0 5px 5px;
}

.left-menu .pro-menu:first-child {
	margin-top: 0;
}

.left-menu .pro-menu {
	margin-top: 15px;
	width: 100%;
}

.left-menu .menu-1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #2273F8 url(../images/menu-bot.png) no-repeat center left 25px;
	border-radius: 5px;
	transition: .3s;
}

.left-menu .menu-1 &gt; a {
	margin-left: 50px;
	font-size: 18px;
	color: #FFFFFF;
}

.left-menu .menu-2 {
	margin: 0 auto;
	width: 90%;
	display: none;
}

.left-menu .menu-2 li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: url(../images/menu-bot.png) no-repeat center left 25px;
	border-bottom: 1px dashed #D8D8D8;
}

.left-menu .menu-2 li a {
	margin-left: 50px;
	font-size: 16px;
	color: #333333;
}

.left-menu .menu-2 li a:hover {
	color: #FF0000;
}

.left-menu .pro-menu.open .menu-1 {
	background: #FFCC00 url(../images/menu-bot.png) no-repeat center left 25px;
}

.left-contact {
	padding-top: 20px;
	width: 100%;
}

.left-contact .content {
	padding: 15px 0;
	width: 100%;
	height: 65px;
	background: #2273F8;
	border-radius: 0 0 5px 5px;
}

.left-contact .content .p1 {
	padding-left: 115px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	background: url(../images/left-phone.png) no-repeat center left 75px;
}

.left-contact .content .p2 {
	line-height: 35px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: arial;
}</pre></body></html>